Removes an item at the specified position from the collection.
Namespace:
Rebex.Security.Cryptography
Assembly:
Rebex.Common (in Rebex.Common.dll)
Syntax
Visual Basic |
---|
Public Sub RemoveAt ( _ index As Integer _ ) |
C# |
---|
public void RemoveAt( int index ) |
Parameters
- index
- Type: System..::..Int32
An index of an item to remove.